39. 练习: NOT
使用 NOT 运算符的问题
我们可以使用这个新运算符来提取前两个练习中不属于查询内容的所有行。
-
使用
accounts
表查找除 Walmart、Target 和 Nordstrom 之外的所有商店的
name
(客户名称),primary_poc
(主要联系人), 以及sales_rep_id
(销售代表工号)。 -
使用
web_events
表查找
不是
通过
organic
或adwords
渠道联系到的个人的信息
使用 accounts 表查找:
-
所有不以 'C' 开头的公司名。
-
所有名称中不包含字符串 'one' 的公司名。
- 所有不以 's' 结尾的公司名。
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: sql-evaluator
- Opened files (when workspace is loaded): n/a